Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Rendering Namespace > AnnD2DProtractorObjectRenderer Class > DrawArc Method : DrawArc(AnnContainerMapper,LeadPointD[],LeadLengthD,Boolean,Double,AnnStroke,AnnFixedStateOperations) Method |
protected virtual void DrawArc( AnnContainerMapper mapper, LeadPointD[] points, LeadLengthD arcRadius, bool acute, double sweepAngle, AnnStroke stroke, AnnFixedStateOperations operations )
'Declaration
Protected Overloads Overridable Sub DrawArc( _ ByVal mapper As AnnContainerMapper, _ ByVal points() As LeadPointD, _ ByVal arcRadius As LeadLengthD, _ ByVal acute As Boolean, _ ByVal sweepAngle As Double, _ ByVal stroke As AnnStroke, _ ByVal operations As AnnFixedStateOperations _ )
'Usage
Dim instance As AnnD2DProtractorObjectRenderer Dim mapper As AnnContainerMapper Dim points() As LeadPointD Dim arcRadius As LeadLengthD Dim acute As Boolean Dim sweepAngle As Double Dim stroke As AnnStroke Dim operations As AnnFixedStateOperations instance.DrawArc(mapper, points, arcRadius, acute, sweepAngle, stroke, operations)
protected virtual void DrawArc( AnnContainerMapper mapper, LeadPointD[] points, LeadLengthD arcRadius, bool acute, double sweepAngle, AnnStroke stroke, AnnFixedStateOperations operations )
function Leadtools.Annotations.Rendering.AnnD2DProtractorObjectRenderer.DrawArc(AnnContainerMapper,LeadPointD[],LeadLengthD,Boolean,Double,AnnStroke,AnnFixedStateOperations)( mapper , points , arcRadius , acute , sweepAngle , stroke , operations )
This method is called by the renderer to draw the arc portion of the protractor object. Derived classes can override this method to provide their own implementation.